Click or drag to resize

OwnerParse Method

Converts the specified string representation of a presence description to its Owner equivalent.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static Owner Parse(
	string owner
)

Parameters

owner
Type: SystemString
A string containing a owner to convert.

Return Value

Type: Owner
A Owner equivalent contained in the owner parameter.
See Also